summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Kacur <jkacur@redhat.com>2020-07-27 16:11:13 -0400
committerJohn Kacur <jkacur@redhat.com>2020-07-27 16:11:13 -0400
commitc215738af38402f0ba235389dbd32f2e1183d971 (patch)
treee34b4c0f3f6f8a4efce0fa076c6e2ec091a56a01
parentae23856ce9f46e691544717c1f4c639decc5ed59 (diff)
downloadtuna-c215738af38402f0ba235389dbd32f2e1183d971.tar.gz
tuna: add to gitignore and create gitattributes
Make programming tuna a bit more enjoyable, don't show swap files and create gitattributes to specify files not to include in archives Signed-off-by: John Kacur <jkacur@redhat.com>
-rw-r--r--.gitattributes2
-rw-r--r--.gitignore2
2 files changed, 4 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..5966153
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,2 @@
+.gitattributes export-ignore
+.gitignore export-ignore
diff --git a/.gitignore b/.gitignore
index 0d20b64..021454b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,3 @@
*.pyc
+*~
+*.swp