diff options
author | Florian Pritz <bluewind@xinu.at> | 2018-07-17 11:01:54 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2018-07-17 11:01:54 +0200 |
commit | 6e43e5e33b7d4fceaadb42e8264a7319002848cb (patch) | |
tree | 48415cc88e45fd1bcebd3beffac7a19e5c485d31 /.gitignore | |
download | App-ImapNotify-6e43e5e33b7d4fceaadb42e8264a7319002848cb.tar.gz App-ImapNotify-6e43e5e33b7d4fceaadb42e8264a7319002848cb.tar.xz |
Initial commit
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..81ea430 --- /dev/null +++ b/.gitignore @@ -0,0 +1,31 @@ +/.build/ +/_build/ +/Build +/Build.bat +/blib +/Makefile +/pm_to_blib + +/carton.lock +/.carton/ +/local/ + +nytprof.out +nytprof/ + +cover_db/ + +*.bak +*.old +*~ +*.swp +*.o +*.obj + +!LICENSE + +/_build_params + +MYMETA.* + +/App-ImapNotify-* |