Browse Source

Add root .gitignore file to cleanup ignore lists

This removes need for local configuration to ignore *.o and *~
and allows the src/*/.gitignore files to be removed (subdirectories
will inherit the rules from the root .gitignore).
Jouni Malinen 15 years ago
parent
commit
064bb8232c

+ 3 - 0
.gitignore

@@ -0,0 +1,3 @@
+*.o
+*.d
+*~

+ 0 - 1
src/common/.gitignore

@@ -1 +0,0 @@
-*.d

+ 0 - 1
src/crypto/.gitignore

@@ -1 +0,0 @@
-*.d

+ 0 - 1
src/drivers/.gitignore

@@ -1 +0,0 @@
-*.d

+ 0 - 1
src/eap_common/.gitignore

@@ -1 +0,0 @@
-*.d

+ 0 - 1
src/eap_peer/.gitignore

@@ -1 +0,0 @@
-*.d

+ 0 - 1
src/eap_server/.gitignore

@@ -1 +0,0 @@
-*.d

+ 0 - 1
src/eapol_supp/.gitignore

@@ -1 +0,0 @@
-*.d

+ 0 - 1
src/hlr_auc_gw/.gitignore

@@ -1 +0,0 @@
-*.d

+ 0 - 1
src/l2_packet/.gitignore

@@ -1 +0,0 @@
-*.d

+ 0 - 1
src/radius/.gitignore

@@ -1 +0,0 @@
-*.d

+ 0 - 1
src/rsn_supp/.gitignore

@@ -1 +0,0 @@
-*.d

+ 0 - 1
src/tls/.gitignore

@@ -1 +0,0 @@
-*.d

+ 0 - 1
src/utils/.gitignore

@@ -1 +0,0 @@
-*.d

+ 0 - 1
src/wps/.gitignore

@@ -1 +0,0 @@
-*.d