diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2020-04-29 23:10:11 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2020-04-29 23:11:06 +1200 |
commit | 4e10a60e49e9e5d5baa06df1fcbeb1b5fdb103ee (patch) | |
tree | 31b4f0c591cecb8755ab859c6b82ae73f250a64e /.gitignore | |
download | inotifymask-4e10a60e49e9e5d5baa06df1fcbeb1b5fdb103ee.tar.gz inotifymask-4e10a60e49e9e5d5baa06df1fcbeb1b5fdb103ee.zip |
First commitv0.01
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b859442 --- /dev/null +++ b/.gitignore @@ -0,0 +1,17 @@ +Makefile +Makefile.old +Build +Build.bat +META.* +MYMETA.* +.build/ +_build/ +cover_db/ +blib/ +inc/ +.lwpcookies +.last_cover_stats +nytprof.out +pod2htm*.tmp +pm_to_blib +App-inotifymask-* |