ref: 36efc76de7867528cd04d01e3265ff8a61d1f4df
parent: 6b0c5d54fc380fad10921e4776b3a364abe5510c
author: Roberto E. Vargas Caballero <[email protected]>
date: Sun Jul 19 17:29:04 EDT 2015
Follow the suckless conventions with .gitignore All the suckless projects have no .gitignore, so it is better to follow the same directive here. If you want ignore all the files you can do something like: (echo '*.o' echo cc1/cc1 echo cc2/cc2 echo lib/libcc.a ) > .git/info/exclude
--- a/cc1/.gitignore
+++ /dev/null
@@ -1,2 +1,0 @@
-cc1
-*.o
--- a/cc2/.gitignore
+++ /dev/null
@@ -1,3 +1,0 @@
-cc2
-error.h
-*.o
--- a/lib/.gitignore
+++ /dev/null
@@ -1,2 +1,0 @@
-libcc.a
-*.o