about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorGabriele N. Tornetta <phoenix1987@gmail.com>2021-10-25 10:37:27 +0100
committerGabriele N. Tornetta <phoenix1987@gmail.com>2021-10-25 10:37:27 +0100
commit99ccda06eb8acf819e153dc454980320b4203aee (patch)
tree8769f6c639f272f2d89f79a95da7db3cf7261cce
parent4b3b0156e69a46e83c2fd28cbd67b91ff33be558 (diff)
downloadmiasm-99ccda06eb8acf819e153dc454980320b4203aee.tar.gz
miasm-99ccda06eb8acf819e153dc454980320b4203aee.zip
chore: add generated files to gitignore file
The test runs generate many files that should be ignored by
git.
-rw-r--r--.gitignore7
1 files changed, 6 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index f3c186eb..c5602e04 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,4 +3,9 @@
 # Emacs files
 *~
 # Compiled python files
-*\.pyc
\ No newline at end of file
+*\.pyc
+# Generated files
+*.egg*
+**.dot
+**.so
+VERSION
\ No newline at end of file