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

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