diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 17 |
1 files changed, 10 insertions, 7 deletions
@@ -3,6 +3,7 @@ out/ mcastseed/src/.deps mcastseed/aclocal.m4 mcastseed/autom4te.cache +mcastseed/ar-lib mcastseed/compile mcastseed/config.guess mcastseed/config.h @@ -22,10 +23,12 @@ mcastseed/stamp-h1 mcastseed/src/mcastseed mcastseed/src/mcastleech mcastseed/src/random_speed_dd -mcastseed/src/Makefile -mcastseed/src/Makefile.in -mcastseed/src/*.o -mcastseed/src/gmon.out -mcastseed/src/gmon.txt -mcastseed/autoscan.log -mcastseed/configure.scan +Makefile +Makefile.in +*.o +*.a +.deps +gmon.out +gmon.txt +autoscan.log +configure.scan |