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).
master
Jouni Malinen 15 years ago committed by Jouni Malinen
parent f141be0caf
commit 064bb8232c

3
.gitignore vendored

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

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

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

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

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

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

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

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

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

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

@ -1 +0,0 @@
*.d
Loading…
Cancel
Save