Skip to content

Commit

Permalink
Update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
lochel committed Jan 24, 2019
1 parent 43edc61 commit cf210ce
Showing 1 changed file with 29 additions and 28 deletions.
57 changes: 29 additions & 28 deletions .gitignore
@@ -1,29 +1,30 @@
/build
*.o
Makefile
OMShell/bin
OMShell/generatedfiles
OMShell/OMShellGUI/Makefile
OMShell/OMShellGUI/Makefile.Debug
OMShell/OMShellGUI/Makefile.Release
OMShell/OMShellGUI/Makefile.unix
OMShell/OMShellGUI/object_script.*
OMShell/OMShellGUI/OMShellGUI.pro.*
OMShell/OMShellGUI/*.qm
OMShell/OMShellGUI/OMShell.config
OMShell/OMShellGUI/omc_config.h
OMShell/OMShellGUI/omc_communication.cc
OMShell/OMShellGUI/omc_communication.h
autom4te.cache/
config.guess
config.log
config.status
config.sub
configure
install-sh
mosh/src/Makefile
mosh/src/OMShell-terminal
mosh/src/omc_communication.cc
mosh/src/omc_communication.h
mosh/src/omc_config.h
qmake.sh
/autom4te.cache/
/build
/config.guess
/config.log
/config.status
/config.sub
/configure
/install-sh
/Makefile
/mosh/src/Makefile
/mosh/src/omc_communication.cc
/mosh/src/omc_communication.h
/mosh/src/omc_config.h
/mosh/src/OMShell-terminal
/OMShell/bin
/OMShell/generatedfiles
/OMShell/OMShellGUI/.qmake.stash
/OMShell/OMShellGUI/*.qm
/OMShell/OMShellGUI/Makefile
/OMShell/OMShellGUI/Makefile.Debug
/OMShell/OMShellGUI/Makefile.Release
/OMShell/OMShellGUI/Makefile.unix
/OMShell/OMShellGUI/object_script.*
/OMShell/OMShellGUI/omc_communication.cc
/OMShell/OMShellGUI/omc_communication.h
/OMShell/OMShellGUI/omc_config.h
/OMShell/OMShellGUI/OMShell.config
/OMShell/OMShellGUI/OMShellGUI.pro.*
/qmake.sh

0 comments on commit cf210ce

Please sign in to comment.