Skip to content

Commit a9959cc

Browse files
author
Valentin Noel
committed
.gitignore: added Python bytecode files
1 parent 58dbd66 commit a9959cc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,7 @@ CMakeFiles
2121
Makefile
2222
cmake_install.cmake
2323
install_manifest.txt
24+
25+
# Python
26+
*.pyc
27+

0 commit comments

Comments
 (0)