[hackers] [scc] Follow the suckless conventions with .gitignore || Roberto E. Vargas Caballero
commit 36efc76de7867528cd04d01e3265ff8a61d1f4df
Author: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
AuthorDate: Sun Jul 19 21:29:04 2015 +0200
Commit: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
CommitDate: Sun Jul 19 21:29:04 2015 +0200
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
diff --git a/cc1/.gitignore b/cc1/.gitignore
deleted file mode 100644
index ffb7ea3..0000000
--- a/cc1/.gitignore
+++ /dev/null
_AT_@ -1,2 +0,0 @@
-cc1
-*.o
diff --git a/cc2/.gitignore b/cc2/.gitignore
deleted file mode 100644
index 2d49313..0000000
--- a/cc2/.gitignore
+++ /dev/null
_AT_@ -1,3 +0,0 @@
-cc2
-error.h
-*.o
diff --git a/lib/.gitignore b/lib/.gitignore
deleted file mode 100644
index 6a15f5b..0000000
--- a/lib/.gitignore
+++ /dev/null
_AT_@ -1,2 +0,0 @@
-libcc.a
-*.o
Received on Sun Jul 19 2015 - 21:34:06 CEST
This archive was generated by hypermail 2.3.0
: Sun Jul 19 2015 - 21:36:12 CEST