.gitignore: Ignoring .configs/ directories rather than .cf/.mk
authorJerome St-Louis <jerome@ecere.com>
Wed, 7 Nov 2012 02:17:05 +0000 (21:17 -0500)
committerJerome St-Louis <jerome@ecere.com>
Wed, 7 Nov 2012 02:17:05 +0000 (21:17 -0500)
- Don't want to include include.mk / default.cf

.gitignore

index bb0cecf..ae596b0 100644 (file)
@@ -6,8 +6,6 @@
 *.sym
 *.main.ec
 *.bowl
-*.mk
-*.cf
 
 # Intermediate dirs
 #obj/**/*.c
@@ -15,6 +13,7 @@ obj/
 debug/
 release/
 dat/
+.configs/
 
 # CodeGuard files
 .codeguard/