aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitignore
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2013-01-27 01:18:00 +0100
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2013-01-27 01:18:00 +0100
commit7e4014c5936e59251044c595d20b6978e69f8568 (patch)
tree6be9a446c596857fdf3f44a4815743d90edb092e /.gitignore
parent922b99b474d352f6a00b327d83efc0a3cee823f3 (diff)
downloadsciteco-7e4014c5936e59251044c595d20b6978e69f8568.tar.gz
revised lexer configuration using SciTE property files and Textadept's terminal color definitions
* lexer config is now in separate file installed into the package data dir, so it can be excluded from the teco.ini template. * teco.ini is generated so it can load an installed lexer.tes as ED hook (can still be dropped into the user's home and will work immediately)
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore9
1 files changed, 5 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index b591a88..c82f607 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,13 +17,14 @@
Makefile
Makefile.in
stamp-*
-src/sciteco
-src/sciteco-minimal
+/src/sciteco
+/src/sciteco-minimal
# Generated code
/sciteco.1
-src/gtk-info-popup*.[ch]
-src/symbols-*.cpp
+/teco.ini
+/src/gtk-info-popup*.[ch]
+/src/symbols-*.cpp
# Backups
*~