diff options
author | Florian Pritz <bluewind@xinu.at> | 2018-11-17 12:02:39 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2018-11-17 12:02:39 +0100 |
commit | fd9ce6c0c8b3d7b8816e80bffee436c50eb7cbb9 (patch) | |
tree | b2d4539ec9acddce2b0c578c4a4c231e20d7373e /.gitignore | |
download | App-ArchLinux-PackagerTools-fd9ce6c0c8b3d7b8816e80bffee436c50eb7cbb9.tar.gz App-ArchLinux-PackagerTools-fd9ce6c0c8b3d7b8816e80bffee436c50eb7cbb9.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..04dae7f --- /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-ArchLinux-PackagerTools-* |