diff options
author | Bryan Newbold <bnewbold@archive.org> | 2020-04-22 10:48:56 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2020-04-22 10:48:56 -0700 |
commit | 1f0b8be3756cc52f3c911735dbc15f4063e133d2 (patch) | |
tree | 5b20316467b2a66fa3ef7670f45baf7a1116ed05 /.gitignore | |
download | els-instawiki-1f0b8be3756cc52f3c911735dbc15f4063e133d2.tar.gz els-instawiki-1f0b8be3756cc52f3c911735dbc15f4063e133d2.zip |
init repo with work-in-progress script
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..81a4762 --- /dev/null +++ b/.gitignore @@ -0,0 +1,21 @@ +*.o +*.a +*.pyc +#*# +*~ +*.swp +.* +*.tmp +*.old +*.profile +*.bkp +*.bak +[Tt]humbs.db +*.DS_Store +build/ +_build/ +src/build/ +*.log + +# Don't ignore this file itself +!.gitignore |