about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorserpilliere <serpilliere@users.noreply.github.com>2021-12-31 12:09:04 +0100
committerGitHub <noreply@github.com>2021-12-31 12:09:04 +0100
commitf0f3d53d962a13b26b51679dd3e2128cf1c34de9 (patch)
tree6b1f767725a4aeee61e7f57645941f7e7ce600a7
parent6dc8ffc72e562795e36c11e36b2f16d50134981c (diff)
parentd83a6e5e3e01e1e3f76553127ac9058adffea1a8 (diff)
downloadmiasm-f0f3d53d962a13b26b51679dd3e2128cf1c34de9.tar.gz
miasm-f0f3d53d962a13b26b51679dd3e2128cf1c34de9.zip
Merge pull request #1393 from P403n1x87/chore-gitignore
chore: add generated files to gitignore file
-rw-r--r--.gitignore7
1 files changed, 6 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index f3c186eb..6fc6b959 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,4 +3,9 @@
 # Emacs files
 *~
 # Compiled python files
-*\.pyc
\ No newline at end of file
+*.py[cod]
+# Generated files
+*.egg*
+**.dot
+**.so
+VERSION
\ No newline at end of file