diff options
author | Eric Blossom | 2009-09-13 12:30:29 -0700 |
---|---|---|
committer | Eric Blossom | 2009-09-13 12:30:29 -0700 |
commit | 2f663bacb14822efc95da006da26fa67f63ab315 (patch) | |
tree | caa1990de09add84f70d74be461946ca2c69c345 | |
parent | 655f7d00d179c3b7473a65902efec9ef2b8b813e (diff) | |
download | gnuradio-2f663bacb14822efc95da006da26fa67f63ab315.tar.gz gnuradio-2f663bacb14822efc95da006da26fa67f63ab315.tar.bz2 gnuradio-2f663bacb14822efc95da006da26fa67f63ab315.zip |
updated top-level .gitignore
-rw-r--r-- | .gitignore | 28 |
1 files changed, 27 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index b11bb113a..b333709ee 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,30 @@ +# +# NOTE! Don't add files that are generated in specific +# subdirectories here. Add them in the ".gitignore" file +# in that subdirectory instead. +# +# NOTE! Please use 'git ls-files -i --exclude-standard' +# command after changing this file, to see if there are +# any tracked files which get ignored after the change. +# +.* +*.o +*.a +*.ko +*.so +*.la +*.lo +*.py[oc] +*.gz +*.patch +*~ +\#*# +.deps +.libs +TAGS +*-stamp +!.gitignore +make.log /configure /Makefile.in /config.log @@ -17,4 +44,3 @@ /compile /build /run_tests.sh -/*-stamp |