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).
This commit is contained in:
Jouni Malinen 2009-06-29 21:47:19 +03:00 committed by Jouni Malinen
parent f141be0caf
commit 064bb8232c
15 changed files with 3 additions and 14 deletions
.gitignore
src
common
crypto
drivers
eap_common
eap_peer
eap_server
eapol_supp
hlr_auc_gw
l2_packet
radius
rsn_supp
tls
utils
wps

3
.gitignore vendored Normal file
View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

1
src/tls/.gitignore vendored
View file

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

View file

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

1
src/wps/.gitignore vendored
View file

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