aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore27
1 files changed, 27 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..3e5e921
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,27 @@
+*.o
+*.a
+*.pyc
+#*#
+*~
+*.swp
+.*
+*.tmp
+*.old
+*.profile
+*.bkp
+*.bak
+[Tt]humbs.db
+*.DS_Store
+build/
+_build/
+src/build/
+*.log
+Pipfile.lock
+
+!.flake8
+!.gitlab-ci.yml
+!.pylintrc
+!.coveragerc
+
+# Don't ignore this file itself
+!.gitignore