summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorValerii Ponomarov <vponomar@redhat.com>2018-02-15 10:48:02 +0200
committerValerii Ponomarov <vponomar@redhat.com>2018-02-15 10:48:02 +0200
commit0cc0ab879df185c9894e69ceef649563df7c596e (patch)
tree958ee50310e27d571e2546cd7d169a571902baf2 /.gitignore
parentf9ac904f60e4116dedd2fa03359e1a8fa5912589 (diff)
Add .gitignore file
With the most popular temporary files that should not go to the source code. Change-Id: Ib5a28fdfa7f163f937b0f128815448cb5c5acce1
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore16
1 files changed, 16 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 00000000..3dd732a8
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,16 @@
+# Virtual environment related stuff
+.tox/*
+
+# Log files
+*.log
+
+# Linux swap files range from .saa to .swp
+*.s[a-w][a-p]
+
+# Python bytecode files
+*.pyc
+*.pyo
+
+# Development environment files
+.project
+.pydevproject