summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Kacur <jkacur@redhat.com>2020-06-24 12:32:05 -0400
committerJohn Kacur <jkacur@redhat.com>2020-06-24 12:32:05 -0400
commit9442ce45a9960804f36f643844bde639f52a8495 (patch)
treeef409289c8c2945b1a879d64e518e8f63c52180a
parent208b963455fa5ff658b24e513639f27ef66920ce (diff)
downloadpython-linux-procfs-9442ce45a9960804f36f643844bde639f52a8495.tar.gz
python-linux-procfs: Add gitignore and gitattributes files
Add gitignore and gitattributes files to make programming more pleasant. Also, procfs/procfs.pyc should not be tracked by git Signed-off-by: John Kacur <jkacur@redhat.com>
-rw-r--r--.gitattributes2
-rw-r--r--.gitignore4
-rw-r--r--procfs/procfs.pycbin40780 -> 0 bytes
3 files changed, 6 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
new file mode 100644
index 0000000..af1c016
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+*.pyc
+*.swp
+procfs/__pycache__/
+tags
diff --git a/procfs/procfs.pyc b/procfs/procfs.pyc
deleted file mode 100644
index e3aca15..0000000
--- a/procfs/procfs.pyc
+++ /dev/null
Binary files differ