diff options
author | Carlo von lynX <lynX@time.to.get.psyced.org> | 2016-08-09 10:00:16 +0000 |
---|---|---|
committer | Carlo von lynX <lynX@time.to.get.psyced.org> | 2016-08-09 10:00:16 +0000 |
commit | 9f91bbbdddc9c225e1c340d561c2c4504aeb5fe8 (patch) | |
tree | ed8e1a8cabb7363f72c78ce9713e3e51284b4fc3 /.gitignore | |
parent | 1b35e0171eca03d1f6cdff50084b8a8700cf706d (diff) |
attempt at a .gitignore file for those who git it
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000..431ba26698 --- /dev/null +++ b/.gitignore @@ -0,0 +1,36 @@ +*~ +*.a +*.la +*.lo +*.log +*.o +*.orig +*.rej +*.swp +*.trs +.deps/ +.libs/ +.svn/ +Makefile +Makefile.in +aclocal.m4 +autom4te.cache/ +compile +config.guess +config.log +config.status +config.sub +configure +depcomp +gnunet_config.h +gnunet_config.h.in +install-sh +libtool +ltmain.sh +lynXified.* +missing +po/*.gmo +pkgconfig/*.pc +src/*/*.conf +stamp-h1 +test-driver |