diff options
author | Ting-Wei Lan <lantw44@gmail.com> | 2014-06-20 15:26:36 +0800 |
---|---|---|
committer | Ting-Wei Lan <lantw44@gmail.com> | 2014-06-20 15:26:36 +0800 |
commit | 09b3dc46ef936ff22c3820bd930e8ece133f8753 (patch) | |
tree | cba72def8a01a081ac6e4978de0d25f04bab7795 | |
parent | fd063a65a99c2131f0fe7e1621821453a0c00dd9 (diff) | |
download | fastalg-nfqueue-09b3dc46ef936ff22c3820bd930e8ece133f8753.tar.gz fastalg-nfqueue-09b3dc46ef936ff22c3820bd930e8ece133f8753.tar.zst fastalg-nfqueue-09b3dc46ef936ff22c3820bd930e8ece133f8753.zip |
Add .gitignore
-rw-r--r-- | .gitignore | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..31dd79c --- /dev/null +++ b/.gitignore @@ -0,0 +1,63 @@ +# Autotools +aclocal.m4 +autom4te.cache +autoscan.log +compile +config.cache +config.guess +config.h +config.h.in +config.log +config.status +config.sub +configure +configure.scan +depcomp +gtk-doc.make +install-sh +libtool +ltmain.sh +missing +Makefile +Makefile.in +stamp-h1 +.dirstamp +.deps +.libs + +# Vim +*.swp +*.swo + +# Emacs +\#*# +.#* + +# Core dumps +core +core.* +*.core + +# Backup files +*~ +*.~ + +# Generated files +*.o +*.a +*.so +*.lo +*.la +*.log +*.aux +*.out +*.synctex.gz +*.zip +*.tar +*.tar.* + +# pkg-config files +*.pc + +# Common build directories +build* |