summaryrefslogtreecommitdiffstatshomepage
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore8
1 files changed, 6 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index f01c2c01e05..5256e5fea85 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,9 @@
*~
+.*.sw?
+*.pyc
+*.pyo
+.DS_Store
+
/*
/*/
!/3rdparty/
@@ -30,11 +35,10 @@
/.idea
regtests/chdman/temp
regtests/jedutil/output
-*.pyc
*.mo
/CMakeLists.txt
/src/devices/cpu/m68000/m68kops.cpp
/src/devices/cpu/m68000/m68kops.h
/src/devices/cpu/m68000/m68kmake.*
/src/devices/cpu/m68000/m68kmake
-!/src/devices/cpu/m68000/m68kmake.cpp \ No newline at end of file
+!/src/devices/cpu/m68000/m68kmake.cpp